.tm-header-wrapper {
    padding: 0;
    width: 100%;
    background: #fff;
    color: #333;
}

.tm-topbar {
    width: 100%;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    line-height: 30px;
}

.tm-topbar-container {
    width: 1256px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.tm-topbar-container ul li {
    float: left;
    margin-right: 15px;
    cursor: pointer;
    font-size: 12px;
    color: #555555;
    box-sizing: border-box;
}

.tm-topbar-container ul li a {
    font-size: 12px;
    color: #555555;
}

.tm-topbar-left {
    float: left;
}

/*下拉菜单*/
.el-dropdown {
    display: inline-block;
    position: relative;
    color: #606266;
    font-size: 12px;
}

.el-dropdown:hover .el-dropdown-menu {
    display: block;
}

.el-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    z-index: 10;
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    display: none;
    width: 120px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.el-dropdown-menu__item {
    list-style: none;
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: none;
    display: block;
}

.el-dropdown-menu--small .el-dropdown-menu__item {
    line-height: 27px;
    padding: 0 15px;
    font-size: 13px;
}

.el-dropdown-menu__item:hover {
    background-color: rgb(250, 231, 233);
    color: rgb(217, 65, 81);
}

.tm-topbar-right {
    float: right;
}

.reg-list span:hover {
    color: #d01126;
}

.tm-divider {
    display: inline-block;
    width: 1px;
    height: 1em;
    margin: 0 8px;
    vertical-align: middle;
    position: relative;
    background-color: #dcdfe6;
}

/*搜索*/
.tm-search-wrapper {
    padding: 10px 0 20px 0;
    align-items: center;
    width: 1256px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.tm-search-logo {
    float: left;
    margin-right: 30px;
    width: 173px;
    margin-top: 40px;
}

.card_ul {
    margin-top: 13px;
    float: left;
    margin-right: 22px;
}

.card_ul li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    float: left;
}

.card_ul li span {
    position: absolute;
    z-index: 3;
    top: 26px;
    left: 0;
    display: none;
}

.card_ul li:hover span {
    display: block;
}

.tm-search-right {
    float: left;
    padding-top: 7px;
}

.search-input-wrapper {
    width: 645px;
    height: 40px;
    background: #d01126;
    border: 2px solid rgba(208, 17, 38, 1);
    display: inline-block;
    margin-right: 15px;
    box-sizing: border-box;
    position: relative;
    padding-right: 130px;
    vertical-align: middle;
    border-radius: 3px;
}

.tm-search-wrapper .search-input {
    border: none;
    background: #fff;
    height: 36px;
    outline: none;
    width: 100%;
    padding: 0 10px 0 38px;
    box-sizing: border-box;
}

.tm-search-wrapper .search-button {
    border: none;
    width: 130px;
    height: 36px;
    background: rgba(208, 17, 38, 1);
    color: #ffffff;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
}

.tm-search-wrapper .search-element-button {
    border: none;
    width: 100px;
    height: 40px;
    border: 1px solid rgba(208, 17, 38, 1);
    background: rgba(208, 17, 38, 1);
    color: #ffffff;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    border-radius: 3px;
}

.tm-search-wrapper .search-element-button .iconfont {
    margin-right: 10px;
    vertical-align: middle;
}

.tm-search-wrapper .search-element-button span {
    vertical-align: middle;
}

.tm-search-wrapper .search-element-button.one-click-btn {
    margin-left: 15px;
    color: #ffffff;
    background: #d01126;
    border-color: #d01126;
}

/* AI 搜索按钮样式 */
.tm-search-wrapper .search-element-button-ai {
    width: 100px;
    height: 40px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #3b82f6 0%, #a78bfa 100%);
    color: #fff;
    font-size: 14px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.2s;
    padding: 0;
    vertical-align: middle;
}

.tm-search-wrapper .search-element-button-ai span {
    vertical-align: middle;
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1;
}

.tm-search-wrapper .search-element-button-ai span:last-child {
    margin-left: 6px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.tm-search-wrapper .search-element-button-ai:hover {
    filter: brightness(0.95);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
}

/*头部logo*/
.tm-logo-wrapper {
    padding: 23px 0 22px 0;
}

.tm-logo-container {
    float: left;
    margin-right: 0;
    width: 173px;

}

.tm-logo-container img {
    width: 173px;
}

/*新闻头部*/
.tm-news-banner {
    width: 100%;
    height: 500px;
    position: relative;
}

.news-banner-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.49219999999999997;
    z-index: 2;
}

.news-banner-container {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
}

.news-banner-header {
    background: transparent;
    padding-top: 27px;
    width: 1256px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 7%;
}

.news-banner-logo {
    float: left;
}

.new-banner-title {
    z-index: 3;
    line-height: 67px;
    height: 67px;
    font-size: 48px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

/*搜索热词*/
.search-hot-keywords {
    width: 519px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 5px;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
}

.search-hot-keywords a {
    margin-right: 10px;
    display: inline-block;
}

.search-hot-keywords a:last-child {
    margin-right: 0;
}

.search-hot-keywords.standard-hot-keywords {
    margin: 0 auto;
    margin-top: 5px;
    color: #ffffff;
    width: 620px;
}

.search-hot-keywords.standard-hot-keywords a {
    color: #ffffff;
}

.search-hot-keywords.standard-hot-keywords a:hover {
    color: #d01126;
}
